--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<gpx version="1.0" creator="GPSBabel - https://www.gpsbabel.org" xmlns="http://www.topografix.com/GPX/1/0">
+ <time>1970-01-01T00:00:00Z</time>
+ <bounds minlat="40.321111679" minlon="5.179891856" maxlat="52.178867133" maxlon="9.332499504"/>
+ <wpt lat="52.178867133" lon="5.179891856">
+ <name>Posizione 008</name>
+ <cmt>Posizione 008</cmt>
+ <desc>Posizione 008</desc>
+ </wpt>
+ <wpt lat="40.321111679" lon="9.332499504">
+ <ele>531.200</ele>
+ <name>Via Sebastiano </name>
+ <cmt>Some random position in the centre of a small tow</cmt>
+ <desc>Some random position in the centre of a small tow</desc>
+ </wpt>
+ <trk/>
+</gpx>
gpsbabel -i garmin_fit,recoverymode -f ${REFERENCE}/track/lezyne_super_gps-garmin_fit-sample-bad-endian.fit -o gpx -F ${TMPDIR}/lezyne_super_gps-garmin_fit-sample-bad-endian.gpx 2>/dev/null
compare ${REFERENCE}/track/lezyne_super_gps-garmin_fit-sample-bad-endian.gpx ${TMPDIR}/lezyne_super_gps-garmin_fit-sample-bad-endian.gpx
+# fitlocations-sample.fit is from a Garmin Edge Explore, edited to remove sensitive data.
+gpsbabel -i garmin_fit -f ${REFERENCE}/track/fitlocations-sample.fit -o gpx -F ${TMPDIR}/fitlocations-sample.gpx
+compare ${REFERENCE}/track/fitlocations-sample.gpx ${TMPDIR}/fitlocations-sample.gpx
+
gpsbabel -i garmin_fit -f ${REFERENCE}/Lctns_Instinct.fit -o unicsv,utc=0 -F ${TMPDIR}/Lctns_Instinct.csv
compare ${REFERENCE}/Lctns_Instinct.csv ${TMPDIR}/Lctns_Instinct.csv